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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabs.c 2 * cabs() wrapper for hypot().
16 cabs(double complex z) function
22 __weak_reference(cabs, cabsl);
w_cabsl.c 2 * cabs() wrapper for hypot().
  /bionic/libm/include/
complex.h 51 double cabs(double complex);
  /external/webkit/Source/WebCore/manual-tests/plugins/
timeout-dialog-displayed-over-navigation.html 15 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="550" height="400" align="middle">
  /external/webkit/Source/WebCore/manual-tests/
show-hide-object.html 52 <object id="scopeFlash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
  /external/qemu/
mips-dis.c     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-as 
mipsel-linux-android-objdump 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/mipsel-linux-android/bin/
as 
objdump 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
cmathcalls.h 111 __MATHDECL (_Mdouble_,cabs, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 111 __MATHDECL (_Mdouble_,cabs, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
cmathcalls.h 111 __MATHDECL (_Mdouble_,cabs, (_Mdouble_complex_ __z));
  /frameworks/base/docs/html/design/patterns/
actionbar.jd 243 duration of a particular sub-task. CABs are most typically used for tasks that involve acting on
260 <p>Use CABs whenever you allow the user to select data via long press. You can control the action
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 121 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 121 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 132 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 132 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 121 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 121 #define fabs(z) __TGMATH_CPLX(z, fabs, cabs)
  /external/compiler-rt/test/Unit/
divdc3_test.c 102 if (cabs((r-z)/r) > 1.e-6)
divtc3_test.c 106 if (cabs((r - z)/r) > 1.e-6)
divxc3_test.c 105 if (cabs((r - z)/r) > 1.e-6)
  /external/qemu/target-mips/
translate.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
complex 299 // Effects: Behaves the same as C99 function cabs, defined

Completed in 683 milliseconds

1 2 3