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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnClassifier.cpp 76 // term0 is a common term in the computation which helps decide
78 float term0 = (3 * d2 * d2 - 4 * d1 * d3); local
79 float discriminant = d1 * d1 * term0;
107 // Because term0 might not be exactly 0, we decide between using
111 if (term0 < 0)
  /bionic/libc/kernel/arch-mips/asm/lasat/
lasat.h 41 unsigned char term0; member in struct:lasat_eeprom_struct
74 unsigned char term0; member in struct:lasat_eeprom_struct_pre7
  /development/ndk/platforms/android-9/arch-mips/include/asm/lasat/
lasat.h 41 unsigned char term0; member in struct:lasat_eeprom_struct
74 unsigned char term0; member in struct:lasat_eeprom_struct_pre7
  /external/kernel-headers/original/asm-mips/lasat/
lasat.h 57 unsigned char term0; member in struct:lasat_eeprom_struct
84 unsigned char term0; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/lasat/
lasat.h 41 unsigned char term0; member in struct:lasat_eeprom_struct
74 unsigned char term0; member in struct:lasat_eeprom_struct_pre7
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/lasat/
lasat.h 41 unsigned char term0; member in struct:lasat_eeprom_struct
74 unsigned char term0; member in struct:lasat_eeprom_struct_pre7
  /external/qemu/fpu/
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 );
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...]

Completed in 1856 milliseconds