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

1 2

  /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/valgrind/main/memcheck/tests/vbit-test/
binary.c 133 vbits_t term1, term2, term3; local
134 term1 = and_vbits(opnd1->vbits, opnd2->vbits);
137 expected_vbits = or_vbits(term1, or_vbits(term2, term3));
149 vbits_t term1, term2, term3; local
150 term1 = and_vbits(opnd1->vbits, opnd2->vbits);
153 expected_vbits = or_vbits(term1, or_vbits(term2, term3));
  /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-12/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-13/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-15/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-16/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-17/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-19/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/experimental/Intersection/
LineIntersection.cpp 23 double term1 = a[1].x * a[0].y - a[1].y * a[0].x; local
25 p.x = (term1 * bxLen - axLen * term2) / denom;
26 p.y = (term1 * byLen - ayLen * term2) / denom;
  /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/experimental/Intersection/
LineIntersection.cpp 23 double term1 = a[1].x * a[0].y - a[1].y * a[0].x; local
25 p.x = (term1 * bxLen - axLen * term2) / denom;
26 p.y = (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 3543 uint64_t term0, term1; local
3926 uint64_t rem0, rem1, term0, term1; local
4785 uint64_t rem0, rem1, rem2, term0, term1, term2; local
4865 uint64_t q, term0, term1, alternateASig0, alternateASig1; local
4961 uint64_t rem0, rem1, rem2, rem3, term0, term1, term2, term3; local
5931 uint64_t rem0, rem1, rem2, rem3, term0, term1, term2, term3; local
6014 uint64_t aSig0, aSig1, bSig0, bSig1, q, term0, term1, term2; local
6124 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/third_party/usrsctp/usrsctplib/netinet/
sctp_crc32.c 537 uint32_t term1, term2; local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc 452 const base::string16& term1,
    [all...]

Completed in 698 milliseconds

1 2