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

  /device/google/contexthub/lib/libm/
wf_pow.c 49 else if (!matherr(&exc)) {
69 else if (!matherr(&exc)) {
89 else if (!matherr(&exc)) {
113 else if (!matherr(&exc)) {
137 else if (!matherr(&exc)) {
156 else if (!matherr(&exc)) {
wf_asin.c 48 else if (!matherr(&exc)) {
wf_fmod.c 50 else if (!matherr(&exc)) {
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
MathErrActivity.java 17 package com.example.android.rs.matherr;
26 private MathErr mME;
35 mME = new MathErr(mRS);
math_err.rs 18 #pragma rs java_package_name(com.example.android.rs.matherr)
MathErr.java 17 package com.example.android.rs.matherr;
24 public class MathErr {
36 MathErr(RenderScript rs) {
  /libcore/ojluni/src/main/native/
fdlibm.h 171 extern int matherr __P((struct exception *));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 312 /* In SVID error handling, `matherr' is called with this description
331 extern int matherr (struct __exception *__exc) throw ();
333 extern int matherr (struct exception *__exc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 313 /* In SVID error handling, `matherr' is called with this description
332 extern int matherr (struct __exception *__exc) throw ();
334 extern int matherr (struct exception *__exc);
  /external/ltrace/etc/
libm.so.conf 425 ; 318: 0000000000006720 3 FUNC WEAK DEFAULT 13 matherr@@GLIBC_2.2.5
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 1042 #define matherr _matherr macro

Completed in 7007 milliseconds