Home
last modified time | relevance | path

Searched refs:float (Results 1 – 25 of 1280) sorted by relevance

12345678910>>...52

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcmath43 __DEVICE__ float acosh(float __x) { return ::acoshf(__x); }
44 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
45 __DEVICE__ float atanh(float __x) { return ::atanhf(__x); }
46 __DEVICE__ float cbrt(float __x) { return ::cbrtf(__x); }
47 __DEVICE__ float erf(float __x) { return ::erff(__x); }
48 __DEVICE__ float erfc(float __x) { return ::erfcf(__x); }
49 __DEVICE__ float exp2(float __x) { return ::exp2f(__x); }
50 __DEVICE__ float expm1(float __x) { return ::expm1f(__x); }
51 __DEVICE__ float fdim(float __x, float __y) { return ::fdimf(__x, __y); }
52 __DEVICE__ float hypot(float __x, float __y) { return ::hypotf(__x, __y); }
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcmath50 float acosf(float x);
54 float asinf(float x);
58 float atanf(float x);
62 float atan2f(float y, float x);
66 float ceilf(float x);
70 float cosf(float x);
74 float coshf(float x);
78 float expf(float x);
82 float fabsf(float x);
86 float floorf(float x);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dt-mti-linux19 # The default build is mips32r2, hard-float big-endian. Add mips32,
20 # soft-float, and little-endian variations.
22 MULTILIB_OPTIONS = mips32/mips64/mips64r2 mips16/mmicromips mabi=64 EL msoft-float mnan=2008
40 MULTILIB_REQUIRED += msoft-float
41 MULTILIB_OSDIRNAMES += msoft-float=!mips-r2-soft/lib
42 MULTILIB_REQUIRED += mips64r2/msoft-float
43 MULTILIB_OSDIRNAMES += mips64r2/msoft-float=!mips-r2-soft/lib32
44 MULTILIB_REQUIRED += mips64r2/mabi=64/msoft-float
45 MULTILIB_OSDIRNAMES += mips64r2/mabi.64/msoft-float=!mips-r2-soft/lib64
47 #MULTILIB_REQUIRED += msoft-float/mnan=2008
[all …]
H A Dt-img-elf19 # The default build is mips32r6, hard-float big-endian.
24 MULTILIB_OPTIONS = mips64r6 mabi=64 EL msoft-float/msingle-float
28 # Don't build 64r6 with single-float
29 MULTILIB_EXCEPTIONS += mips64r6/*msingle-float*
32 MULTILIB_EXCEPTIONS += msingle-float*
33 MULTILIB_EXCEPTIONS += *msingle-float
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dt-mti-linux19 # The default build is mips32r2, hard-float big-endian. Add mips32,
20 # soft-float, and little-endian variations.
22 MULTILIB_OPTIONS = mips32/mips64/mips64r2 mips16/mmicromips mabi=64 EL msoft-float mnan=2008
40 MULTILIB_REQUIRED += msoft-float
41 MULTILIB_OSDIRNAMES += msoft-float=!mips-r2-soft/lib
42 MULTILIB_REQUIRED += mips64r2/msoft-float
43 MULTILIB_OSDIRNAMES += mips64r2/msoft-float=!mips-r2-soft/lib32
44 MULTILIB_REQUIRED += mips64r2/mabi=64/msoft-float
45 MULTILIB_OSDIRNAMES += mips64r2/mabi.64/msoft-float=!mips-r2-soft/lib64
47 #MULTILIB_REQUIRED += msoft-float/mnan=2008
[all …]
H A Dt-img-elf19 # The default build is mips32r6, hard-float big-endian.
24 MULTILIB_OPTIONS = mips64r6 mabi=64 EL msoft-float/msingle-float
28 # Don't build 64r6 with single-float
29 MULTILIB_EXCEPTIONS += mips64r6/*msingle-float*
32 MULTILIB_EXCEPTIONS += msingle-float*
33 MULTILIB_EXCEPTIONS += *msingle-float
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dcmath494 inline float
495 acosh(float __x)
510 inline float
511 asinh(float __x)
526 inline float
527 atanh(float __x)
542 inline float
543 cbrt(float __x)
558 inline float
559 copysign(float __x, float __y)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dcmath494 inline float
495 acosh(float __x)
510 inline float
511 asinh(float __x)
526 inline float
527 atanh(float __x)
542 inline float
543 cbrt(float __x)
558 inline float
559 copysign(float __x, float __y)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcmath86 inline _GLIBCXX_CONSTEXPR float
87 acos(float __x)
105 inline _GLIBCXX_CONSTEXPR float
106 asin(float __x)
124 inline _GLIBCXX_CONSTEXPR float
125 atan(float __x)
143 inline _GLIBCXX_CONSTEXPR float
144 atan2(float __y, float __x)
164 inline _GLIBCXX_CONSTEXPR float
165 ceil(float __x)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcmath86 inline _GLIBCXX_CONSTEXPR float
87 acos(float __x)
105 inline _GLIBCXX_CONSTEXPR float
106 asin(float __x)
124 inline _GLIBCXX_CONSTEXPR float
125 atan(float __x)
143 inline _GLIBCXX_CONSTEXPR float
144 atan2(float __y, float __x)
164 inline _GLIBCXX_CONSTEXPR float
165 ceil(float __x)
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A DREADME.txt129 di_int __fixsfdi( float a);
133 ti_int __fixsfti( float a);
138 su_int __fixunssfsi( float a);
142 du_int __fixunssfdi( float a);
146 tu_int __fixunssfti( float a);
151 float __floatdisf(di_int a);
156 float __floattisf(ti_int a);
160 float __floatundisf(du_int a);
165 float __floatuntisf(tu_int a);
171 float __powisf2( float a, si_int b); // a ^ b
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcmath84 inline float
85 abs(float __x)
100 inline float
101 acos(float __x)
116 inline float
117 asin(float __x)
132 inline float
133 atan(float __x)
148 inline float
149 atan2(float __y, float __x)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcmath84 inline float
85 abs(float __x)
100 inline float
101 acos(float __x)
116 inline float
117 asin(float __x)
132 inline float
133 atan(float __x)
148 inline float
149 atan2(float __y, float __x)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def223 /// float __acosf_finite(float x);
229 /// float __acoshf_finite(float x);
241 /// float __asinf_finite(float x);
250 /// float atan2f_finite(float y, float x);
259 /// float __atanhf_finite(float x);
274 /// float __coshf_finite(float x);
283 /// float __cospif(float x);
302 /// float __exp10f_finite(float x);
311 /// float __exp2f_finite(float x);
320 /// float __expf_finite(float x);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME-SSE.txt25 typedef float __attribute__((vector_size(16))) v4f32;
26 float f32(v4f32 A) {
46 _Complex float f32(_Complex float A, _Complex float B) {
209 __m128 test(float a) {
233 float b = *(float*)&A;
278 define void @test(float* %P, <4 x float>* %P2 ) {
279 %xFloat0.688 = load float* %P
280 %tmp = load <4 x float>* %P2
281 %inFloat3.713 = insertelement <4 x float> %tmp, float 0.0, i32 3
282 store <4 x float> %inFloat3.713, <4 x float>* %P2
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dor1korfpx.cpu26 (define-normal-insn-enum insn-opcode-float-regreg
141 (define-pmacro (float-regreg-insn mnemonic)
162 (float-regreg-insn add)
163 (float-regreg-insn sub)
164 (float-regreg-insn mul)
165 (float-regreg-insn div)
199 (set SF rDSF (float SF (get-rounding-mode) (trunc SI rA)))
208 (set DF rDD32F (float DF (get-rounding-mode) rADI))
230 (define-pmacro (float-setflag-insn-base mnemonic rtx-mnemonic symantics)
251 (define-pmacro (float-setflag-symantics mnemonic mode r1 r2)
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dor1korfpx.cpu26 (define-normal-insn-enum insn-opcode-float-regreg
141 (define-pmacro (float-regreg-insn mnemonic)
162 (float-regreg-insn add)
163 (float-regreg-insn sub)
164 (float-regreg-insn mul)
165 (float-regreg-insn div)
199 (set SF rDSF (float SF (get-rounding-mode) (trunc SI rA)))
208 (set DF rDD32F (float DF (get-rounding-mode) rADI))
230 (define-pmacro (float-setflag-insn-base mnemonic rtx-mnemonic symantics)
251 (define-pmacro (float-setflag-symantics mnemonic mode r1 r2)
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dor1korfpx.cpu26 (define-normal-insn-enum insn-opcode-float-regreg
141 (define-pmacro (float-regreg-insn mnemonic)
162 (float-regreg-insn add)
163 (float-regreg-insn sub)
164 (float-regreg-insn mul)
165 (float-regreg-insn div)
199 (set SF rDSF (float SF (get-rounding-mode) (trunc SI rA)))
208 (set DF rDD32F (float DF (get-rounding-mode) rADI))
230 (define-pmacro (float-setflag-insn-base mnemonic rtx-mnemonic symantics)
251 (define-pmacro (float-setflag-symantics mnemonic mode r1 r2)
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dor1korfpx.cpu26 (define-normal-insn-enum insn-opcode-float-regreg
141 (define-pmacro (float-regreg-insn mnemonic)
162 (float-regreg-insn add)
163 (float-regreg-insn sub)
164 (float-regreg-insn mul)
165 (float-regreg-insn div)
199 (set SF rDSF (float SF (get-rounding-mode) (trunc SI rA)))
208 (set DF rDD32F (float DF (get-rounding-mode) rADI))
230 (define-pmacro (float-setflag-insn-base mnemonic rtx-mnemonic symantics)
251 (define-pmacro (float-setflag-symantics mnemonic mode r1 r2)
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dt-rtems20 MULTILIB_OPTIONS = msoft-float mcpu=v8/mcpu=leon3/mcpu=leon3v7/mcpu=leon \
23 MULTILIB_MATCHES = msoft-float=mno-fpu mfix-gr712rc=mfix-ut700
26 MULTILIB_REQUIRED += msoft-float
35 MULTILIB_REQUIRED += msoft-float/mcpu=v8
36 MULTILIB_REQUIRED += msoft-float/mcpu=leon3
37 MULTILIB_REQUIRED += msoft-float/mcpu=leon3v7
38 MULTILIB_REQUIRED += msoft-float/mcpu=leon
39 MULTILIB_REQUIRED += msoft-float/mcpu=leon3/mfix-gr712rc
40 MULTILIB_REQUIRED += msoft-float/mcpu=leon3v7/mfix-gr712rc
41 MULTILIB_REQUIRED += msoft-float/mcpu=leon/mfix-ut699
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dt-rtems20 MULTILIB_OPTIONS = msoft-float mcpu=v8/mcpu=leon3/mcpu=leon3v7/mcpu=leon \
23 MULTILIB_MATCHES = msoft-float=mno-fpu mfix-gr712rc=mfix-ut700
26 MULTILIB_REQUIRED += msoft-float
35 MULTILIB_REQUIRED += msoft-float/mcpu=v8
36 MULTILIB_REQUIRED += msoft-float/mcpu=leon3
37 MULTILIB_REQUIRED += msoft-float/mcpu=leon3v7
38 MULTILIB_REQUIRED += msoft-float/mcpu=leon
39 MULTILIB_REQUIRED += msoft-float/mcpu=leon3/mfix-gr712rc
40 MULTILIB_REQUIRED += msoft-float/mcpu=leon3v7/mfix-gr712rc
41 MULTILIB_REQUIRED += msoft-float/mcpu=leon/mfix-ut699
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DNVPTXUsage.rst50 define float @my_fmad(float %x, float %y, float %z) {
51 %mul = fmul float %x, %y
52 %add = fadd float %mul, %z
53 ret float %add
56 define void @my_kernel(float* %ptr) {
57 %val = load float, float* %ptr
58 %ret = call float @my_fmad(float %val, float %val, float %val)
59 store float %ret, float* %ptr
64 !1 = !{void (float*)* @my_kernel, !"kernel", i32 1}
285 float my_function(float a) {
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dt-netbsd26 MULTILIB_MATCHES_FLOAT = msoft-float=mcpu?401 \
27 msoft-float=mcpu?403 \
28 msoft-float=mcpu?405 \
29 msoft-float=mcpu?ec603e \
30 msoft-float=mcpu?801 \
31 msoft-float=mcpu?821 \
32 msoft-float=mcpu?823 \
33 msoft-float=mcpu?860
35 MULTILIB_OPTIONS = msoft-float
36 MULTILIB_DIRNAMES = soft-float
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dt-netbsd26 MULTILIB_MATCHES_FLOAT = msoft-float=mcpu?401 \
27 msoft-float=mcpu?403 \
28 msoft-float=mcpu?405 \
29 msoft-float=mcpu?ec603e \
30 msoft-float=mcpu?801 \
31 msoft-float=mcpu?821 \
32 msoft-float=mcpu?823 \
33 msoft-float=mcpu?860
35 MULTILIB_OPTIONS = msoft-float
36 MULTILIB_DIRNAMES = soft-float
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td63 // float function arguments would occupy 8 bytes each, and be passed in %f1 and
66 // When a struct { int, float } is passed by value, the int goes in the high
67 // bits of an integer register while the float goes in a floating point
73 // C: void f(float, float);
74 // IR: declare void f(float %f1, float %f3)
76 // C: void f(struct { float f0, f1; });
77 // IR: declare void f(float inreg %f0, float inreg %f1)
79 // C: void f(int, float);
80 // IR: declare void f(int signext %i0, float %f3)
82 // C: void f(struct { int i0high; float f1; });
[all …]

12345678910>>...52