OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fabsf
(Results
1 - 25
of
385
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/Hexagon/
opt-fabs.ll
2
; Optimize
fabsf
to clrbit in V5.
11
%call = call float @
fabsf
(float %0) readnone
15
declare float @
fabsf
(float)
/external/llvm/test/Transforms/TailCallElim/
inf-recursion.ll
25
; CHECK-LABEL: define float @
fabsf
(
28
define float @
fabsf
(float %f) {
29
%t= call float @
fabsf
(float 2.0)
/external/llvm/test/CodeGen/Generic/
fneg-fabs.ll
15
declare float @
fabsf
(float)
23
%Y = call float @
fabsf
( float %X ) ; <float> [#uses=1]
/bionic/libm/upstream-freebsd/lib/msun/src/
e_coshf.c
38
t = expm1f(
fabsf
(x));
46
t = __ieee754_expf(
fabsf
(x));
51
if (ix < 0x42b17217) return half*__ieee754_expf(
fabsf
(x));
55
return __ldexp_expf(
fabsf
(x), -1);
s_fabsf.c
20
*
fabsf
(x) returns the absolute value of x.
27
fabsf
(float x)
function
e_sinhf.c
42
t = expm1f(
fabsf
(x));
48
if (ix < 0x42b17217) return h*__ieee754_expf(
fabsf
(x));
52
return h*2.0F*__ldexp_expf(
fabsf
(x), -1);
s_asinhf.c
39
w = __ieee754_logf(
fabsf
(x))+ln2;
41
t =
fabsf
(x);
45
w =log1pf(
fabsf
(x)+t/(one+__ieee754_sqrtf(one+t)));
e_hypotf.c
33
a =
fabsf
(a);
34
b =
fabsf
(b);
40
w =
fabsf
(x+0.0F)-
fabsf
(y+0.0F);
e_remainderf.c
47
x =
fabsf
(x);
48
p =
fabsf
(p);
s_tanhf.c
44
t = expm1f(two*
fabsf
(x));
47
t = expm1f(-two*
fabsf
(x));
/external/llvm/test/CodeGen/X86/
fabs.ll
1
; Make sure this testcase codegens to the fabs instruction, not a call to
fabsf
6
declare float @
fabsf
(float)
14
%Y = call float @
fabsf
(float %X) readnone
22
; NOOPT-NOT:
fabsf
/external/llvm/test/CodeGen/ARM/
fabss.ll
9
%0 = tail call float @
fabsf
(float %dum) readnone
14
declare float @
fabsf
(float)
/external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.mm
176
if (
fabsf
(deltaY) >=
fabsf
(deltaX))
203
if (deltaY != 0 && (
fabsf
(deltaX / deltaY) < rubberbandDirectionLockStretchRatio))
205
else if (
fabsf
(deltaX) < rubberbandMinimumRequiredDeltaBeforeStretch) {
214
if (deltaX != 0 && (
fabsf
(deltaY / deltaX) < rubberbandDirectionLockStretchRatio))
216
else if (
fabsf
(deltaY) < rubberbandMinimumRequiredDeltaBeforeStretch) {
225
if (
fabsf
(deltaY) >=
fabsf
(deltaX)) {
226
if (
fabsf
(deltaX) < rubberbandMinimumRequiredDeltaBeforeStretch) {
271
if ((m_client->pinnedInDirection(FloatSize(eventCoalescedDeltaX, eventCoalescedDeltaY)) || (
fabsf
(eventCoalescedDeltaX) + fabsf(eventCoalescedDeltaY) <= 0)) && m_lastMomentumScrollTimestamp)
[
all
...]
/external/chromium_org/ui/views/controls/
slide_out_view.cc
31
if (
fabsf
(event->details().velocity_x()) > kFlingThresholdForClose) {
55
1.f - std::min(
fabsf
(gesture_scroll_amount_) / width(), 1.f));
60
float scrolled_ratio =
fabsf
(gesture_scroll_amount_) / width();
/external/chromium_org/third_party/skia/src/core/
SkCordic.cpp
214
float error =
fabsf
(sine - sine2);
217
error =
fabsf
(cosine - cosine2);
224
error =
fabsf
(_tan - tan2);
225
if (error > 0.05 &&
fabsf
(_tan) < 1e6)
234
float error =
fabsf
(arcsine - arcsine2);
248
float error =
fabsf
(arccos - arccos2);
265
float error =
fabsf
(arctan - arctan2);
281
float error =
fabsf
(log - log2);
/external/skia/src/core/
SkCordic.cpp
214
float error =
fabsf
(sine - sine2);
217
error =
fabsf
(cosine - cosine2);
224
error =
fabsf
(_tan - tan2);
225
if (error > 0.05 &&
fabsf
(_tan) < 1e6)
234
float error =
fabsf
(arcsine - arcsine2);
248
float error =
fabsf
(arccos - arccos2);
265
float error =
fabsf
(arctan - arctan2);
281
float error =
fabsf
(log - log2);
/frameworks/rs/
rsScriptC_Lib.cpp
51
if (
fabsf
(x) >= 0.5f) {
56
const float y = B * x *
fabsf
(x) + C * x;
57
return 0.2215f * (y *
fabsf
(y) - y) + y;
70
if (
fabsf
(x) >= 0.5f) {
75
const float y = B * x *
fabsf
(x) + C * x;
76
return 0.2215f * (y *
fabsf
(y) - y) + y;
/frameworks/native/opengl/libagl/
fp.cpp
65
if (
fabsf
(x) >= 0.5f) {
70
const float y = B*x*
fabsf
(x) + C*x;
71
return 0.2215f * (y*
fabsf
(y) - y) + y;
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libm.so
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libm.so
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libm.so
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/lib/
libm.so
Completed in 1128 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>