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

  /external/deqp/modules/internal/
ditSRGB8ConversionTest.cpp 45 const deUint32 bvalue = (bu & ((0x1u << 31u) - 1u)); local
48 return avalue + bvalue + 1u;
49 else if (avalue < bvalue)
50 return bvalue - avalue;
52 return avalue - bvalue;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldump.c 93 DumpChar(bvalue(o),D);
lobject.h 165 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
170 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
luac.c 260 printf(bvalue(o) ? "true" : "false");
ltable.c 112 return hashboolean(t, bvalue(key));
lvm.c 266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
  /external/lua/src/
ldump.c 109 DumpByte(bvalue(o), D);
lobject.h 176 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
181 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
luac.c 263 printf(bvalue(o) ? "true" : "false");
ltable.c 128 return hashboolean(t, bvalue(key));
lvm.c 422 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
CldrUtility.java 568 String bvalue = b.get(key); local
571 if (avalue.trim().equals(bvalue.trim())) continue;
572 bvalue = joinWithSeparation(avalue, separator, bvalue);
574 a.put(key, bvalue);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 246 const deUint32 bvalue = (Float32(b).bits() & ((0x1u << 31u) - 1u)); local
249 return avalue + bvalue + 1u;
250 else if (avalue < bvalue)
251 return bvalue - avalue;
253 return avalue - bvalue;
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 420 milliseconds