HomeSort by relevance Sort by last modified time
    Searched full:term1 (Results 1 - 25 of 32) sorted by null

1 2

  /external/markdown/tests/extensions-x-def_list/
simple_def-lists.txt 3 term1
simple_def-lists.html 3 <dt>term1</dt>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 89 LLVMValueRef term1,
94 return lp_build_add(bld, term1, term2);
96 return lp_build_sub(bld, term1, term2);
98 return lp_build_sub(bld, term2, term1);
100 return lp_build_min(bld, term1, term2);
102 return lp_build_max(bld, term1, term2);
lp_bld_blend.h 96 LLVMValueRef term1,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 89 LLVMValueRef term1,
94 return lp_build_add(bld, term1, term2);
96 return lp_build_sub(bld, term1, term2);
98 return lp_build_sub(bld, term2, term1);
100 return lp_build_min(bld, term1, term2);
102 return lp_build_max(bld, term1, term2);
lp_bld_blend.h 96 LLVMValueRef term1,
  /external/chromium_org/third_party/sqlite/src/test/
fts3rnd.test 399 set term1 [random_term]
401 set match "$term1 $op $term2"
404 } [$proc [simple_phrase $term1] [simple_phrase $term2]]
416 set term1 [random_term]
420 set match "$term1 NEAR $term2 $op $term3 NEAR $term4"
424 [simple_near [list $term1 $term2] 10] \
  /external/kernel-headers/original/asm-mips/lasat/
lasat.h 59 unsigned char term1; member in struct:lasat_eeprom_struct
86 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
  /external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 38 term1_(UTF8ToUTF16("term1")),
247 // term term1.
250 // Term1 should have a description.
260 // The match for term1 should be more relevant than the what you typed result.
  /external/chromium_org/chrome/browser/history/android/
android_cache_database_unittest.cc 88 update_row1.term = (UTF8ToUTF16("update search term1"));
  /bionic/libc/kernel/arch-mips/asm/lasat/
lasat.h 44 unsigned char term1; member in struct:lasat_eeprom_struct
76 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
  /development/ndk/platforms/android-9/arch-mips/include/asm/lasat/
lasat.h 44 unsigned char term1; member in struct:lasat_eeprom_struct
76 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/lasat/
lasat.h 44 unsigned char term1; member in struct:lasat_eeprom_struct
76 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/lasat/
lasat.h 44 unsigned char term1; member in struct:lasat_eeprom_struct
76 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/lasat/
lasat.h 44 unsigned char term1; member in struct:lasat_eeprom_struct
76 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/lasat/
lasat.h 44 unsigned char term1; member in struct:lasat_eeprom_struct
76 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/lasat/
lasat.h 44 unsigned char term1; member in struct:lasat_eeprom_struct
76 unsigned char term1; member in struct:lasat_eeprom_struct_pre7
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 21 double term1 = a[1].fX * a[0].fY - a[1].fY * a[0].fX; local
24 p.fX = (term1 * bxLen - axLen * term2) / denom;
25 p.fY = (term1 * byLen - ayLen * term2) / denom;
  /external/skia/src/pathops/
SkDLineIntersection.cpp 21 double term1 = a[1].fX * a[0].fY - a[1].fY * a[0].fX; local
24 p.fX = (term1 * bxLen - axLen * term2) / denom;
25 p.fY = (term1 * byLen - ayLen * term2) / denom;
  /external/qemu/fpu/
softfloat.c 3358 uint64_t term0, term1; local
3515 uint64_t rem0, rem1, term0, term1; local
4380 uint64_t rem0, rem1, rem2, term0, term1, term2; local
4460 uint64_t q, term0, term1, alternateASig0, alternateASig1; local
4556 uint64_t rem0, rem1, rem2, rem3, term0, term1, term2, term3; local
5534 uint64_t rem0, rem1, rem2, rem3, term0, term1, term2, term3; local
5617 uint64_t aSig0, aSig1, bSig0, bSig1, q, term0, term1, term2; local
5727 uint64_t rem0, rem1, rem2, rem3, term0, term1, term2, term3; local
    [all...]
softfloat-macros.h 565 uint64_t rem0, rem1, term0, term1; local
571 mul64To128( b, z, &term0, &term1 );
572 sub128( a0, a1, term0, term1, &rem0, &rem1 );
  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 133 term1_(ASCIIToUTF16("term1")),
489 // term term1.
492 // Term1 should not have a description, it's set later.
501 // The match for term1 should be more relevant than the what you typed match.
    [all...]
  /external/chromium/chrome/browser/instant/
instant_controller.cc 254 // something like: search-engine-home-page (eg google.com) search-term1
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-earley-boyer.html     [all...]

Completed in 626 milliseconds

1 2