Searched refs:copysignl (Results 1 – 18 of 18) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-12-02-LegalizeTypeAssert.ll | 9 …%0 = tail call ppc_fp128 @copysignl(ppc_fp128 0xM00000000000000000000000000000000, ppc_fp128 %a) n… 11 …%1 = tail call ppc_fp128 @copysignl(ppc_fp128 %iftmp.1.0, ppc_fp128 %b) nounwind readnone ; <ppc_… 18 declare ppc_fp128 @copysignl(ppc_fp128, ppc_fp128) nounwind readnone
|
D | 2008-10-31-PPCF128Libcalls.ll | 39 declare ppc_fp128 @copysignl(ppc_fp128, ppc_fp128) 42 %tmp = call ppc_fp128 @copysignl(ppc_fp128 %from, ppc_fp128 %to)
|
/external/llvm/test/CodeGen/X86/ |
D | pr13577.ll | 4 …%1 = tail call x86_fp80 @copysignl(x86_fp80 0xK7FFF8000000000000000, x86_fp80 %a) nounwind readnone 8 declare x86_fp80 @copysignl(x86_fp80, x86_fp80) nounwind readnone
|
D | 2009-02-12-SpillerBug.ll | 19 …%6 = tail call x86_fp80 @copysignl(x86_fp80 0xK00000000000000000000, x86_fp80 %a) nounwind readnon… 29 declare x86_fp80 @copysignl(x86_fp80, x86_fp80) nounwind readnone
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 21 long double copysignl(long double, long double); 81 atan2f, ceil, ceill, ceilf, copysign, copysignl, copysignf, cos, cosl, cosf,
|
/external/bison/m4/ |
D | signbit.m4 | 128 dnl Test whether copysignl() is declared. 129 AC_CHECK_DECLS([copysignl], , , [[#include <math.h>]]) 131 dnl Test whether copysignl() can be used without libm. 132 AC_CACHE_CHECK([whether copysignl can be used without linking with libm], 139 [[return copysignl (x, y) < 0;]])], 145 [Define if the copysignl function is declared in <math.h> and available in libc.])
|
D | math_h.m4 | 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
|
/external/bison/lib/ |
D | signbitl.c | 46 return copysignl (1.0L, arg) < 0; in gl_signbitl()
|
D | math.in.h | 471 _GL_FUNCDECL_SYS (copysignl, long double, (long double x, long double y)); 473 _GL_CXXALIAS_SYS (copysignl, long double, (long double x, long double y)); 474 _GL_CXXALIASWARN (copysignl); 476 # undef copysignl
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 153 copysignl, enumerator 675 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl: in hasOptimizedCodeGen()
|
/external/bison/linux-lib/ |
D | math.h | 783 _GL_FUNCDECL_SYS (copysignl, long double, (long double x, long double y)); 785 _GL_CXXALIAS_SYS (copysignl, long double, (long double x, long double y)); 786 _GL_CXXALIASWARN (copysignl); 788 # undef copysignl
|
/external/bison/darwin-lib/ |
D | math.h | 783 _GL_FUNCDECL_SYS (copysignl, long double, (long double x, long double y)); 785 _GL_CXXALIAS_SYS (copysignl, long double, (long double x, long double y)); 786 _GL_CXXALIASWARN (copysignl); 788 # undef copysignl
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 423 %call = tail call fp128 @copysignl(fp128 %0, fp128 %1) nounwind readnone 427 declare fp128 @copysignl(fp128, fp128) #1
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 379 TLI.setUnavailable(LibFunc::copysignl); in initialize()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);} in __tg_copysign()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 846 LIBBUILTIN(copysignl, "LdLdLd", "fc", "math.h", ALL_LANGUAGES)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5558 case LibFunc::copysignl: in visitCall()
|
/external/bison/ |
D | configure | 24887 … asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf … 28480 return copysignl (x, y) < 0;
|