/external/llvm/test/CodeGen/AArch64/ |
sincos-expansion.ll | 5 %cos = call float @cosf(float %f) readnone 7 ; CHECK: bl cosf 33 declare float @cosf(float) readonly
|
arm64-sincos.ll | 15 ; CHECK-LINUX: bl cosf 18 %call1 = tail call float @cosf(float %x) nounwind readnone 41 declare float @cosf(float) readonly
|
/device/google/contexthub/lib/libm/ |
sf_cos.c | 25 float cosf(float x) function 27 float cosf(x) 65 return (double) cosf((float) x);
|
/external/llvm/test/CodeGen/ARM/ |
sincos.ll | 16 %call1 = tail call float @cosf(float %x) nounwind readnone 37 declare float @cosf(float) readonly
|
/external/llvm/test/CodeGen/Generic/ |
intrinsics.ll | 30 declare float @cosf(float) readonly 35 %G = call float @cosf( float %F ) ; <float> [#uses=1]
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-sincos-01.ll | 14 ; CHECK-NOOPT: brasl %r14, cosf@PLT 16 %tmp2 = call float @cosf(float %x) 53 declare float @cosf(float) readonly
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_csc.c | 211 (*matrix)[0][1] = c * (*cstd)[0][1] * s * cosf(h) - c * (*cstd)[0][2] * s * sinf(h); 212 (*matrix)[0][2] = c * (*cstd)[0][2] * s * cosf(h) + c * (*cstd)[0][1] * s * sinf(h); 214 (*cstd)[0][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) + 215 (*cstd)[0][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h)); 218 (*matrix)[1][1] = c * (*cstd)[1][1] * s * cosf(h) - c * (*cstd)[1][2] * s * sinf(h); 219 (*matrix)[1][2] = c * (*cstd)[1][2] * s * cosf(h) + c * (*cstd)[1][1] * s * sinf(h); 221 (*cstd)[1][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) + 222 (*cstd)[1][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h)); 225 (*matrix)[2][1] = c * (*cstd)[2][1] * s * cosf(h) - c * (*cstd)[2][2] * s * sinf(h); 226 (*matrix)[2][2] = c * (*cstd)[2][2] * s * cosf(h) + c * (*cstd)[2][1] * s * sinf(h) [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ccoshf.c | 60 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y))); 66 return (CMPLXF(h * cosf(y), copysignf(h, x) * sinf(y))); 74 return (CMPLXF(h * h * cosf(y), h * sinf(y))); 90 return (CMPLXF(INFINITY * cosf(y), x * sinf(y)));
|
s_csinhf.c | 60 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y))); 66 return (CMPLXF(copysignf(h, x) * cosf(y), h * sinf(y))); 74 return (CMPLXF(h * cosf(y), h * h * sinf(y))); 90 return (CMPLXF(x * cosf(y), INFINITY * sinf(y)));
|
s_ctanhf.c | 58 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y)))); 67 4 * sinf(y) * cosf(y) * exp_mx * exp_mx));
|
/development/ndk/platforms/android-13/arch-arm/symbols/ |
libm.so.functions.txt | 27 cosf
|
/development/ndk/platforms/android-13/arch-mips/symbols/ |
libm.so.functions.txt | 27 cosf
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libm.so.functions.txt | 27 cosf
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libm.so.functions.txt | 27 cosf
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libm.so.functions.txt | 27 cosf
|
/device/google/contexthub/firmware/inc/cpu/cortexm4f/ |
nanohub_math.h | 23 #define cosf arm_cos_f32 macro
|
/external/llvm/test/CodeGen/X86/ |
legalize-libcalls.ll | 9 %call = call float @cosf(float %theta.079) nounwind readnone 33 declare float @cosf(float) nounwind readnone
|
code_placement_eh.ll | 17 %tmp2021 = invoke float @cosf(float 0.000000e+00) readonly 43 declare float @cosf(float) readonly
|
sincos-opt.ll | 25 %call1 = tail call float @cosf(float %x) nounwind readnone 64 declare float @cosf(float) readonly
|
sincos.ll | 45 declare float @cosf(float) readonly 55 %Y = call float @cosf(float %X) readonly
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
warpers_inl.hpp | 265 float y_ = cosf(static_cast<float>(CV_PI) - v); 266 float z_ = sinv * cosf(u); 298 float z_ = cosf(u); 319 u = scale * v_ * cosf(u_); 334 float y_ = cosf((float)CV_PI - v_); 335 float z_ = sinv * cosf(u_); 356 float r = sinf(v_) / (1 - cosf(v_)); 374 float y_ = cosf((float)CV_PI - v_); 375 float z_ = sinv * cosf(u_); 397 v = scale * b * tanf(v_) / cosf(u_) [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/lib/ |
libm.so | |