/external/llvm/test/CodeGen/X86/ |
D | copysign-constant-magnitude.ll | 70 %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
|
D | fp-in-intregs.ll | 16 …%tmp2 = tail call float @copysignf( float 1.000000e+00, float %x ) nounwind readnone ; <float> [… 21 declare float @copysignf(float, float) nounwind readnone
|
D | sse-fcopysign.ll | 14 ; 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)
|
D | 2010-05-25-DotDebugLoc.ll | 74 …%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/ |
D | arm64-fcopysign.ll | 10 %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/ |
D | fcpsgn.ll | 23 %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/ |
D | fcopysign.ll | 14 %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/ |
D | 2008-07-31-fcopysign.ll | 14 tail call float @copysignf( float %i, float %j ) nounwind readnone ; <float>:0 [#uses=1] 18 declare float @copysignf(float, float) nounwind readnone
|
D | fcopysign-f32-f64.ll | 7 declare float @copysignf(float, float) nounwind readnone 27 %call = tail call float @copysignf(float %add, float %conv) nounwind readnone
|
D | fcopysign.ll | 55 %call = tail call float @copysignf(float %f0, float %f1) nounwind readnone 59 declare float @copysignf(float, float) nounwind readnone
|
D | fp16instrinsmc.ll | 28 %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/ |
D | copysign-casts.ll | 10 declare float @copysignf(float, float) nounwind readnone 26 %t = call float @copysignf(float %a, float %c)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-copysign-01.ll | 5 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/ |
D | signbit.m4 | 84 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/ |
D | SkFloatingPoint.h | 41 return copysignf(x, y); in sk_float_copysign() 45 return copysignf(x, y); in sk_float_copysign()
|
/external/bison/lib/ |
D | signbitf.c | 46 return copysignf (1.0f, arg) < 0; in gl_signbitf()
|
D | math.in.h | 443 _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/ |
D | math_win32.h | 98 _LIBCPP_ALWAYS_INLINE float copysignf( float x, float y ) in copysignf() function
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 95 INLINE_DEF_FLOAT_SYMBOL(copysignf, 2)
|
/external/compiler-rt/lib/builtins/ |
D | int_math.h | 66 #define crt_copysignf(x, y) copysignf((x), (y))
|
/external/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 234 ; CHECK-NEXT: %copysignf = call float @copysignf(float %x, float %y) 235 ; CHECK-NEXT: fcmp oeq float %copysignf, %z
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 17 float copysignf(float, float); 265 F(llabs), F(copysign), F(copysignf), F(copysignl), F(fabs),
|
/external/bison/darwin-lib/ |
D | math.h | 755 _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/ |
D | math.h | 755 _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/ |
D | TargetLibraryInfo.h | 230 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl: in hasOptimizedCodeGen()
|