OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cosf
(Results
1 - 25
of
342
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/frameworks/base/core/jni/
android_util_FloatMath.cpp
21
static float
CosF
(JNIEnv* env, jobject clazz, float x) {
22
return
cosf
(x);
46
{"cos", "(F)F", (void*) MathUtilsGlue::
CosF
},
/external/llvm/test/CodeGen/Generic/
intrinsics.ll
30
declare float @
cosf
(float) readonly
35
%G = call float @
cosf
( float %F ) ; <float> [#uses=1]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
DistantLightSource.cpp
43
paintingData.lightVector.setX(
cosf
(azimuth) *
cosf
(elevation));
44
paintingData.lightVector.setY(sinf(azimuth) *
cosf
(elevation));
/external/chromium_org/third_party/mesa/src/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
...]
/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 (cpackf(coshf(x) *
cosf
(y), sinhf(x) * sinf(y)));
66
return (cpackf(h *
cosf
(y), copysignf(h, x) * sinf(y)));
74
return (cpackf(h * h *
cosf
(y), h * sinf(y)));
93
return (cpackf((x * x) *
cosf
(y), x * sinf(y)));
s_csinhf.c
60
return (cpackf(sinhf(x) *
cosf
(y), coshf(x) * sinf(y)));
66
return (cpackf(copysignf(h, x) *
cosf
(y), h * sinf(y)));
74
return (cpackf(h *
cosf
(y), h * h * sinf(y)));
93
return (cpackf(x *
cosf
(y), INFINITY * sinf(y)));
s_ctanhf.c
57
copysignf(0, isinf(y) ? y : sinf(y) *
cosf
(y))));
66
4 * sinf(y) *
cosf
(y) * exp_mx * exp_mx));
/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
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libm.so
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/
libm.so
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/lib/
libm.so
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/
libm.so
Completed in 482 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>