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

1 2 3 4 5 6 7 8 91011

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 110 unsigned int relevant; local
131 relevant = 0;
135 relevant |= 1 << j;
137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
r500_fragprog.c 185 unsigned int relevant; local
225 relevant = 0;
229 relevant |= 1 << i;
231 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
  /external/autotest/tko/
draw_graphs 51 @relevant = relevant_versions(@versions);
58 $test, @relevant);
  /external/llvm/test/MC/ARM/
error-location.s 3 @ Note: These errors are not always emitted in the order in which the relevant
  /device/linaro/bootloader/edk2/BaseTools/
get_vsvars.bat 32 REM (Or invoke the relevant vsvars32 file beforehand).
  /frameworks/av/media/audioserver/
Android.mk 42 # This is relevant for 64 bit architectures where either or both
  /prebuilts/go/darwin-x86/src/cmd/link/
main.go 27 // Before any argument parsing is done, the Init function of relevant
  /prebuilts/go/linux-x86/src/cmd/link/
main.go 27 // Before any argument parsing is done, the Init function of relevant
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stringer.go 53 // First relevant line contains "= obj.ABase".
  /prebuilts/go/darwin-x86/src/math/big/
calibrate_test.go 28 // measureKaratsuba returns the time to run a Karatsuba-relevant benchmark
floatconv.go 92 // Adjust relevant exponent accordingly.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stringer.go 53 // First relevant line contains "= obj.ABase".
  /prebuilts/go/linux-x86/src/math/big/
calibrate_test.go 28 // measureKaratsuba returns the time to run a Karatsuba-relevant benchmark
floatconv.go 92 // Adjust relevant exponent accordingly.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/s390x/
obj.go 67 // not relevant for s390x
  /prebuilts/go/linux-x86/src/cmd/link/internal/s390x/
obj.go 67 // not relevant for s390x
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 136 t.Skip("not relevant to Go 1.2 symbol table")
185 t.Skip("not relevant to Go 1.2 symbol table")
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab_test.go 136 t.Skip("not relevant to Go 1.2 symbol table")
185 t.Skip("not relevant to Go 1.2 symbol table")
  /external/libvorbis/doc/
09-helper.tex 130 been relevant elsewhere, but here we must define integer division as
  /frameworks/rs/script_api/
rs_object_types.spec 115 relevant to an allocation or an operation on an allocation.
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 135 // The blocks are sorted, so we can stop counting as soon as we reach the end of the relevant block.
  /prebuilts/go/linux-x86/src/cmd/cover/
func.go 135 // The blocks are sorted, so we can stop counting as soon as we reach the end of the relevant block.
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 53 the relevant features from OpenGL 3.1, as a means to support this in
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 270 flags &= FoldCase // only relevant flag is FoldCase
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 270 flags &= FoldCase // only relevant flag is FoldCase

Completed in 3765 milliseconds

1 2 3 4 5 6 7 8 91011