HomeSort by relevance Sort by last modified time
    Searched defs:integral_part (Results 1 - 2 of 2) 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...]

Completed in 384 milliseconds