/third_party/musl/src/math/x32/ |
D | fmodl.s | 1 .global fmodl symbol 2 .type fmodl,@function 3 fmodl: label
|
/third_party/musl/src/math/x86_64/ |
D | fmodl.s | 1 .global fmodl symbol 2 .type fmodl,@function 3 fmodl: label
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmodl.c | 4 long double fmodl(long double x, long double y) in fmodl() function 9 long double fmodl(long double x, long double y) in fmodl() function
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | fmodl.c | 4 long double fmodl(long double x, long double y) in fmodl() function 9 long double fmodl(long double x, long double y) in fmodl() function
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | fmodl.c | 4 long double fmodl(long double x, long double y) in fmodl() function 9 long double fmodl(long double x, long double y) in fmodl() function
|
/third_party/musl/src/math/ |
D | fmodl.c | 4 long double fmodl(long double x, long double y) in fmodl() function 9 long double fmodl(long double x, long double y) in fmodl() function
|
/third_party/ffmpeg/compat/djgpp/ |
D | math.h | 23 long double fmodl(long double, long double);
|
D | math.c | 34 long double fmodl(long double x, long double y) in fmodl() function
|
/third_party/musl/src/math/i386/ |
D | fmodl.c | 3 long double fmodl(long double x, long double y) in fmodl() function
|
/third_party/musl/libc-test/src/math/ |
D | fmodl.c | 33 y = fmodl(p->x, p->x2); in main()
|
D | test_src_math.gni | 79 "fmodl",
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 275 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat() 293 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1)) in decfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | floatscan.c | 275 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat() 293 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1)) in decfloat()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.c | 275 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat() 293 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1)) in decfloat()
|
/third_party/musl/src/internal/ |
D | floatscan.c | 275 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat() 293 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1)) in decfloat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 112 HANDLE_LIBCALL(REM_F80, "fmodl") 113 HANDLE_LIBCALL(REM_F128, "fmodl") 114 HANDLE_LIBCALL(REM_PPCF128, "fmodl")
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 229 long double fmodl(long double, long double);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 125 {long double(*p)(long double,long double) = fmodl;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 229 long double fmodl(long double, long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 229 long double fmodl(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 229 long double fmodl(long double, long double);
|
/third_party/musl/include/ |
D | math.h | 229 long double fmodl(long double, long double);
|
/third_party/musl/Benchmark/musl/ |
D | libc_math.cpp | 74 benchmark::DoNotOptimize(fmodl(x, y)); in Bm_function_Fmodl()
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 81 T(fmodl, ll_l)
|
/third_party/musl/porting/uniproton/kernel/ |
D | musl.gni | 195 "$MUSLPORTINGDIR/src/math/fmodl.c",
|