HomeSort by relevance Sort by last modified time
    Searched defs:integral (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Lexer/
cxx1y_digit_separators.cpp 8 namespace integral { namespace
  /external/tensorflow/tensorflow/core/framework/
tensor_testutil_test.cc 52 U* integral = reinterpret_cast<U*>(&value); local
57 std::cout << ((*integral & mask) > 0);
  /external/freetype/src/psaux/
psconv.c 203 FT_Fixed integral = 0; local
232 integral = PS_Conv_ToInt( &p, limit );
237 if ( integral > 0x7FFF )
240 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
266 if ( !integral && power_ten > 0 )
299 if ( !integral && !decimal )
309 if ( integral >= 0xCCCCCCCL )
311 integral *= 10;
327 integral /= 10
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 38 namespace integral { namespace
  /external/cldr/tools/java/org/unicode/cldr/util/
PluralSnapshot.java 45 public enum Integral {
75 private Integral integral; field in class:PluralSnapshot.SnapshotInfo
77 private SnapshotInfo(PluralType pluralType, Integral integral) {
78 this.integral = integral;
87 snap = new PluralSnapshot(pluralRules, integral, pluralsTransitionAt);
114 if (integral == Integral.fraction)
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cClipDistance.cpp 841 /* Calculate surface/line integral */
842 glw::GLfloat integral = 0.f; local
845 glw::GLuint(sqrt(glw::GLfloat(results.size()))) + 1 /* line integral */ :
846 1 /* surface integral */);
848 glw::GLuint(sqrt(glw::GLfloat(results.size()))) /* line integral */ :
849 results.size() /* surface integral */);
853 integral += results[i_pixels];
856 integral /= static_cast<glw::GLfloat>(base);
861 if (fabs(m_expected_integral[i_primitive_type * m_clip_function_count + clip_function] - integral) >
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 855 milliseconds