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

  /external/aac/libFDK/include/
fixpoint_math.h 119 UCHAR is_zero=(y==0); local
127 return(is_zero ? 0 : t);
  /external/chromium/googleurl/src/
url_canon_ip.cc 579 bool is_zero = (address[i] == 0 && address[i + 1] == 0); local
581 if (is_zero) {
588 if (!is_zero || i == 14) {
  /external/mesa3d/src/glsl/
ir.cpp 34 bool ir_rvalue::is_zero() const function in class:ir_rvalue
835 ir_constant::is_zero() const function in class:ir_constant
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 2307 const Matcher<int> is_zero = Eq(0); local
2333 const Matcher<const double&> is_zero = Eq(0); local
    [all...]

Completed in 528 milliseconds