HomeSort by relevance Sort by last modified time
    Searched refs:fractionalPart (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/compiler/
InfoSink.h 14 inline float fractionalPart(float f) {
74 if (fractionalPart(f) == 0.0f) {
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js 27 var fractionalPart = numberParts.length > 1 ? '.' + numberParts[1] : '';
31 return integralPart + fractionalPart;
    [all...]

Completed in 1670 milliseconds