OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearzero
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/third_party/agg23/
0002-ubsan-error-fixes.patch
16
const float
nearzero
= 1e-30f;
33
deltax = (x1 > clip_box.x1) ? -
nearzero
:
nearzero
;
agg_clip_liang_barsky.h
39
const float
nearzero
= 1e-30f;
local
54
deltax = (x1 > clip_box.x1) ? -
nearzero
:
nearzero
;
66
deltay = (y1 > clip_box.y1) ? -
nearzero
:
nearzero
;
/prebuilts/go/darwin-x86/src/math/
asinh.go
44
NearZero
= 1.0 / (1 << 28) // 2**-28
62
case x <
NearZero
:
atanh.go
50
const
NearZero
= 1.0 / (1 << 28) // 2**-28
67
case x <
NearZero
:
exp.go
100
NearZero
= 1.0 / (1 << 28) // 2**-28
113
case -
NearZero
< x && x <
NearZero
:
/prebuilts/go/linux-x86/src/math/
asinh.go
44
NearZero
= 1.0 / (1 << 28) // 2**-28
62
case x <
NearZero
:
atanh.go
50
const
NearZero
= 1.0 / (1 << 28) // 2**-28
67
case x <
NearZero
:
exp.go
100
NearZero
= 1.0 / (1 << 28) // 2**-28
113
case -
NearZero
< x && x <
NearZero
:
/external/pdfium/core/fxge/win32/
fx_win32_device.cpp
233
const float
nearzero
= 1e-30f;
local
238
deltax = (x1 > clip_box.x1) ? -
nearzero
:
nearzero
;
249
deltay = (y1 > clip_box.y1) ? -
nearzero
:
nearzero
;
[
all
...]
/external/skia/src/effects/
SkDisplacementMapEffect.cpp
552
const char*
nearZero
= "1e-6"; // Since 6.10352e-5 is the smallest half float, use
565
dColor, dColor,
nearZero
, dColor, dColor);
/external/skqp/src/effects/
SkDisplacementMapEffect.cpp
552
const char*
nearZero
= "1e-6"; // Since 6.10352e-5 is the smallest half float, use
565
dColor, dColor,
nearZero
, dColor, dColor);
Completed in 1519 milliseconds