OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:integral_part
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c
195
boolean
integral_part
= FALSE;
local
204
integral_part
= TRUE;
217
if (!
integral_part
&& !fractional_part)
[
all
...]
/external/jsoncpp/src/lib_json/
json_value.cpp
1088
double
integral_part
;
local
1089
return modf(d, &
integral_part
) == 0.0;
[
all
...]
/frameworks/rs/scriptc/
rs_math.rsh
[
all
...]
/prebuilts/sdk/renderscript/include/
rs_math.rsh
[
all
...]
/frameworks/rs/api/
rs_math.spec
1742
arg: #2#1*
integral_part
, "*
integral_part
will be set to the integral portion of the number."
1748
*
integral_part
will be set to -3.f and .72f will be returned.
1757
arg: #2#1*
integral_part
[
all
...]
Completed in 3802 milliseconds