Home
last modified time | relevance | path

Searched refs:copysignf (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dcopysign-constant-magnitude.ll70 %d0 = call float @copysignf(float 0.000000e+00, float %iX)
77 %dn0 = call float @copysignf(float -0.000000e+00, float %id0)
84 %d1 = call float @copysignf(float 1.000000e+00, float %idn0)
91 %dn1 = call float @copysignf(float -1.000000e+00, float %id1)
101 declare float @copysignf(float, float) nounwind readnone
Dfp-in-intregs.ll16 …%tmp2 = tail call float @copysignf( float 1.000000e+00, float %x ) nounwind readnone ; <float> […
21 declare float @copysignf(float, float) nounwind readnone
Dsse-fcopysign.ll14 ; X32-NEXT: calll copysignf
22 ; X64-NEXT: jmp copysignf
23 %tmp = tail call float @copysignf( float %b, float %a )
49 declare float @copysignf(float, float)
D2010-05-25-DotDebugLoc.ll74 …%27 = tail call float @copysignf(float 0x7FF0000000000000, float %c) nounwind readnone, !dbg !30 ;…
107 …%42 = tail call float @copysignf(float %iftmp.0.0, float %a) nounwind readnone, !dbg !33 ; <float>…
114 …%47 = tail call float @copysignf(float %iftmp.1.0, float %b) nounwind readnone, !dbg !34 ; <float>…
155 …%67 = tail call float @copysignf(float %iftmp.2.0, float %c) nounwind readnone, !dbg !38 ; <float>…
162 …%72 = tail call float @copysignf(float %iftmp.3.0, float %d) nounwind readnone, !dbg !39 ; <float>…
195 declare float @copysignf(float, float) nounwind readnone
/external/llvm/test/CodeGen/AArch64/
Darm64-fcopysign.ll10 %0 = tail call float @copysignf(float %x, float %y) nounwind readnone
44 %2 = tail call float @copysignf(float 5.000000e-01, float %1) nounwind readnone
51 declare float @copysignf(float, float) nounwind readnone
/external/llvm/test/CodeGen/PowerPC/
Dfcpsgn.ll23 %call = tail call float @copysignf(float %a, float %b) #0
34 declare float @copysignf(float, float) #0
39 %call = tail call float @copysignf(float %a, float %conv) #0
/external/llvm/test/CodeGen/ARM/
Dfcopysign.ll14 %0 = tail call float @copysignf(float %x, float %y) nounwind readnone
53 %2 = tail call float @copysignf(float 5.000000e-01, float %1) nounwind readnone
60 declare float @copysignf(float, float) nounwind
/external/llvm/test/CodeGen/Mips/
D2008-07-31-fcopysign.ll14 tail call float @copysignf( float %i, float %j ) nounwind readnone ; <float>:0 [#uses=1]
18 declare float @copysignf(float, float) nounwind readnone
Dfcopysign-f32-f64.ll7 declare float @copysignf(float, float) nounwind readnone
27 %call = tail call float @copysignf(float %add, float %conv) nounwind readnone
Dfcopysign.ll55 %call = tail call float @copysignf(float %f0, float %f1) nounwind readnone
59 declare float @copysignf(float, float) nounwind readnone
Dfp16instrinsmc.ll28 %call = call float @copysignf(float %0, float %1) #2
34 declare float @copysignf(float, float) #1
44 %call = call float @copysignf(float %0, float %1) #2
/external/llvm/test/CodeGen/WebAssembly/
Dcopysign-casts.ll10 declare float @copysignf(float, float) nounwind readnone
26 %t = call float @copysignf(float %a, float %c)
/external/llvm/test/CodeGen/SystemZ/
Dfp-copysign-01.ll5 declare float @copysignf(float, float) readnone
16 %res = call float @copysignf(float %a, float %b) readnone
27 %res = call float @copysignf(float %a, float %b) readnone
40 %res = call float @copysignf(float %a, float %b) readnone
/external/bison/m4/
Dsignbit.m484 dnl Test whether copysignf() is declared.
85 AC_CHECK_DECLS([copysignf], , , [[#include <math.h>]])
87 dnl Test whether copysignf() can be used without libm.
88 AC_CACHE_CHECK([whether copysignf can be used without linking with libm],
95 [[return copysignf (x, y) < 0;]])],
101 [Define if the copysignf function is declared in <math.h> and available in libc.])
/external/skia/include/private/
DSkFloatingPoint.h41 return copysignf(x, y); in sk_float_copysign()
45 return copysignf(x, y); in sk_float_copysign()
/external/bison/lib/
Dsignbitf.c46 return copysignf (1.0f, arg) < 0; in gl_signbitf()
Dmath.in.h443 _GL_FUNCDECL_SYS (copysignf, float, (float x, float y));
445 _GL_CXXALIAS_SYS (copysignf, float, (float x, float y));
446 _GL_CXXALIASWARN (copysignf);
448 # undef copysignf
450 _GL_WARN_ON_USE (copysignf, "copysignf is unportable - "
/external/libcxx/include/support/win32/
Dmath_win32.h98 _LIBCPP_ALWAYS_INLINE float copysignf( float x, float y ) in copysignf() function
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc95 INLINE_DEF_FLOAT_SYMBOL(copysignf, 2)
/external/compiler-rt/lib/builtins/
Dint_math.h66 #define crt_copysignf(x, y) copysignf((x), (y))
/external/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll234 ; CHECK-NEXT: %copysignf = call float @copysignf(float %x, float %y)
235 ; CHECK-NEXT: fcmp oeq float %copysignf, %z
/external/clang/test/CodeGen/
Dlibcall-declarations.c17 float copysignf(float, float);
265 F(llabs), F(copysign), F(copysignf), F(copysignl), F(fabs),
/external/bison/darwin-lib/
Dmath.h755 _GL_FUNCDECL_SYS (copysignf, float, (float x, float y));
757 _GL_CXXALIAS_SYS (copysignf, float, (float x, float y));
758 _GL_CXXALIASWARN (copysignf);
760 # undef copysignf
762 _GL_WARN_ON_USE (copysignf, "copysignf is unportable - "
/external/bison/linux-lib/
Dmath.h755 _GL_FUNCDECL_SYS (copysignf, float, (float x, float y));
757 _GL_CXXALIAS_SYS (copysignf, float, (float x, float y));
758 _GL_CXXALIASWARN (copysignf);
760 # undef copysignf
762 _GL_WARN_ON_USE (copysignf, "copysignf is unportable - "
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h230 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl: in hasOptimizedCodeGen()

12