HomeSort by relevance Sort by last modified time
    Searched refs:glb (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
debug-info-template.cpp 22 int glb; variable
27 // CHECK-SAME: variable: %"struct.TC<unsigned int, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>::nested"* @tci
31 // CHECK: ![[TC]] = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "TC<unsigned int, 2, &glb, &foo::e, &foo::f, &foo::g, 1, 2, 3>"
40 // CHECK: [[TCARG3]] = !DITemplateValueParameter(name: "x", type: [[CINTPTR:![0-9]*]], value: i32* @glb)
43 &glb,
128 // FIXME: these parameters should probably be rendered as 'glb' rather than
129 // '&glb', since they're references, not pointers.
130 // CHECK: ![[NNT]] ={{.*}}!DICompositeType(tag: DW_TAG_structure_type, name: "NN<tmpl_impl, &glb, &glb>",
135 // CHECK: [[NNARG2]] = !DITemplateValueParameter(name: "lvr", type: [[INTLVR:![0-9]*]], value: i32* @glb)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32.go 20 // Extra operations glb, lub, glbEq, lubEq are provided for
149 // Glb returns the greatest-lower-bound-exclusive of x and its associated
150 // data. If x has no glb in the tree, then (0, nil) is returned.
151 func (t *RBTint32) Glb(x int32) (k int32, d interface{}) {
152 return t.root.glb(x, false).keyAndData()
158 return t.root.glb(x, true).keyAndData()
246 func (t *node32) glb(key int32, allow_eq bool) *node32 { func
253 // t is too big, glb is to left.
redblack32_test.go 153 x[i] = d + d // Double everything for glb/lub testing
200 kg, g := t.Glb(d + 1)
251 kg, g := t.Glb(min)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32.go 20 // Extra operations glb, lub, glbEq, lubEq are provided for
149 // Glb returns the greatest-lower-bound-exclusive of x and its associated
150 // data. If x has no glb in the tree, then (0, nil) is returned.
151 func (t *RBTint32) Glb(x int32) (k int32, d interface{}) {
152 return t.root.glb(x, false).keyAndData()
158 return t.root.glb(x, true).keyAndData()
246 func (t *node32) glb(key int32, allow_eq bool) *node32 { func
253 // t is too big, glb is to left.
redblack32_test.go 153 x[i] = d + d // Double everything for glb/lub testing
200 kg, g := t.Glb(d + 1)
251 kg, g := t.Glb(min)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java     [all...]
  /external/libxml2/
regressions.py 233 glb = glob.glob(dir + f)
234 for g in glb:
  /external/v8/src/ast/
ast-types.cc 107 // Glb and lub computation.
110 AstType::bitset AstBitsetType::Glb(AstType* type) {
120 bitset glb = AST_SEMANTIC( local
121 AstBitsetType::Glb(type->AsRange()->Min(), type->AsRange()->Max()));
122 return glb | AST_REPRESENTATION(type->BitsetLub());
395 AstType::bitset AstBitsetType::Glb(double min, double max) {
397 int glb = kNone; local
401 if (max < -1 || min > 0) return glb;
406 glb |= mins[i].external;
411 return glb & ~(AST_SEMANTIC(kOtherNumber))
    [all...]
  /external/v8/src/compiler/
types.cc 104 // Glb and lub computation.
107 Type::bitset BitsetType::Glb(Type* type) {
117 bitset glb = local
118 BitsetType::Glb(type->AsRange()->Min(), type->AsRange()->Max());
119 return glb;
398 Type::bitset BitsetType::Glb(double min, double max) {
400 int glb = kNone; local
404 if (max < -1 || min > 0) return glb;
409 glb |= mins[i].external;
414 return glb & ~(kOtherNumber)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lauxlib.h 99 lua_CFunction openf, int glb);
  /external/skia/third_party/lua/src/
lauxlib.h 99 lua_CFunction openf, int glb);
lauxlib.c 882 ** registers the result in 'package.loaded' table and, if 'glb'
887 lua_CFunction openf, int glb) {
895 if (glb) {
  /external/syslinux/com32/lua/src/
lauxlib.h 99 lua_CFunction openf, int glb);
lauxlib.c 884 ** registers the result in 'package.loaded' table and, if 'glb'
889 lua_CFunction openf, int glb) {
897 if (glb) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lauxlib.c 882 ** registers the result in 'package.loaded' table and, if 'glb'
887 lua_CFunction openf, int glb) {
895 if (glb) {
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 454 milliseconds

1 2