Home
last modified time | relevance | path

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

12

/third_party/musl/src/complex/
Dccoshf.c59 return CMPLXF(h * cosf(y), copysignf(h, x) * sinf(y)); in ccoshf()
63 return CMPLXF(crealf(z), cimagf(z) * copysignf(1, x)); in ccoshf()
72 return CMPLXF(y - y, copysignf(0, x * (y - y))); in ccoshf()
76 return CMPLXF(x * x, copysignf(0, x) * y); in ccoshf()
77 return CMPLXF(x * x, copysignf(0, (x + x) * y)); in ccoshf()
Dcsinhf.c59 return CMPLXF(copysignf(h, x) * cosf(y), h * sinf(y)); in csinhf()
63 return CMPLXF(crealf(z) * copysignf(1, x), cimagf(z)); in csinhf()
72 return CMPLXF(copysignf(0, x * (y - y)), y - y); in csinhf()
77 return CMPLXF(x, copysignf(0, y)); in csinhf()
Dcsqrtf.c61 return CMPLXF(fabsf(b - b), copysignf(a, b)); in csqrtf()
63 return CMPLXF(a, copysignf(b - b, b)); in csqrtf()
80 return CMPLXF(fabsf(b) / (2.0 * t), copysignf(t, b)); in csqrtf()
Dctanhf.c49 return CMPLXF(x, copysignf(0, isinf(y) ? y : sinf(y) * cosf(y))); in ctanhf()
57 return CMPLXF(copysignf(1, x), 4 * sinf(y) * cosf(y) * exp_mx * exp_mx); in ctanhf()
Dcprojf.c6 return CMPLXF(INFINITY, copysignf(0.0, cimagf(z))); in cprojf()
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c331 e1 = copysignf(vec[0] * IQ, in[i+0]); in quantize_and_encode_band_cost_UQUAD_mips()
332 e2 = copysignf(vec[1] * IQ, in[i+1]); in quantize_and_encode_band_cost_UQUAD_mips()
333 e3 = copysignf(vec[2] * IQ, in[i+2]); in quantize_and_encode_band_cost_UQUAD_mips()
334 e4 = copysignf(vec[3] * IQ, in[i+3]); in quantize_and_encode_band_cost_UQUAD_mips()
552 e1 = copysignf(vec1[0] * IQ, in[i+0]); in quantize_and_encode_band_cost_UPAIR7_mips()
553 e2 = copysignf(vec1[1] * IQ, in[i+1]); in quantize_and_encode_band_cost_UPAIR7_mips()
554 e3 = copysignf(vec2[0] * IQ, in[i+2]); in quantize_and_encode_band_cost_UPAIR7_mips()
555 e4 = copysignf(vec2[1] * IQ, in[i+3]); in quantize_and_encode_band_cost_UPAIR7_mips()
669 e1 = copysignf(vec1[0] * IQ, in[i+0]); in quantize_and_encode_band_cost_UPAIR12_mips()
670 e2 = copysignf(vec1[1] * IQ, in[i+1]); in quantize_and_encode_band_cost_UPAIR12_mips()
[all …]
/third_party/musl/src/math/riscv64/
Dcopysignf.c5 float copysignf(float x, float y) in copysignf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dcopysignf.c4 float copysignf(float x, float y) in copysignf() function
/third_party/musl/src/math/
Dcopysignf.c4 float copysignf(float x, float y) in copysignf() function
/third_party/musl/libc-test/src/math/
Dcopysignf.c26 y = copysignf(p->x, p->x2); in main()
Dtest_src_math.gni30 "copysignf",
/third_party/musl/libc-test/src/common/
Dmtest.c52 got = copysignf(0x1p127, got); in ulperrf()
/third_party/skia/include/private/
DSkFloatingPoint.h61 #define sk_float_copysign(x, y) copysignf(x, y)
/third_party/flutter/skia/include/private/
DSkFloatingPoint.h59 #define sk_float_copysign(x, y) copysignf(x, y)
/third_party/musl/ndk_musl_include/
Dmath.h172 float copysignf(float, float);
/third_party/musl/libc-test/src/api/
Dmath.c82 {float(*p)(float,float) = copysignf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h172 float copysignf(float, float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h172 float copysignf(float, float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h172 float copysignf(float, float);
/third_party/musl/include/
Dmath.h172 float copysignf(float, float);
/third_party/flutter/skia/experimental/editor/
Dshape.cpp176 advance = copysignf(1.0f, advance); in selection_box()
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h41 T(copysignf, ff_f)
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp175 advance = copysignf(1.0f, advance); in selection_box()
/third_party/skia/src/gpu/geometry/
DGrPathUtils.cpp667 q = copysignf(q, b_over_minus_2); in findCubicConvex180Chops()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def592 /// float copysignf(float x, float y);
593 TLI_DEFINE_ENUM_INTERNAL(copysignf)
594 TLI_DEFINE_STRING_INTERNAL("copysignf")

12