/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
funcobject.h | 27 PyObject *func_doc; /* The __doc__ attribute, can be anything */ 31 PyObject *func_module; /* The __module__ attribute, can be anything */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_pow.c | 27 * 1. (anything) ** 0 is 1 28 * 2. (anything) ** 1 is itself 29 * 3. (anything) ** NAN is NAN 30 * 4. NAN ** (anything except 0) is NAN 36 * 10. +0 ** (+anything except 0, NAN) is +0 37 * 11. -0 ** (+anything except 0, NAN, odd integer) is +0 38 * 12. +0 ** (-anything except 0, NAN) is +INF 39 * 13. -0 ** (-anything except 0, NAN, odd integer) is +INF 41 * 15. +INF ** (+anything except 0,NAN) is +INF 42 * 16. +INF ** (-anything except 0,NAN) is + [all...] |
e_atan2f.c | 52 case 1: return y; /* atan(+-0,+anything)=+-0 */ 53 case 2: return pi+tiny;/* atan(+0,-anything) = pi */ 54 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
|
/external/fdlibm/ |
e_pow.c | 28 * 1. (anything) ** 0 is 1 29 * 2. (anything) ** 1 is itself 30 * 3. (anything) ** NAN is NAN 31 * 4. NAN ** (anything except 0) is NAN 37 * 10. +0 ** (+anything except 0, NAN) is +0 38 * 11. -0 ** (+anything except 0, NAN, odd integer) is +0 39 * 12. +0 ** (-anything except 0, NAN) is +INF 40 * 13. -0 ** (-anything except 0, NAN, odd integer) is +INF 42 * 15. +INF ** (+anything except 0,NAN) is +INF 43 * 16. +INF ** (-anything except 0,NAN) is + [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
e_pow.h | 29 * 1. (anything) ** 0 is 1 30 * 2. (anything) ** 1 is itself 31 * 3. (anything) ** NAN is NAN 32 * 4. NAN ** (anything except 0) is NAN 38 * 10. +0 ** (+anything except 0, NAN) is +0 39 * 11. -0 ** (+anything except 0, NAN, odd integer) is +0 40 * 12. +0 ** (-anything except 0, NAN) is +INF 41 * 13. -0 ** (-anything except 0, NAN, odd integer) is +INF 43 * 15. +INF ** (+anything except 0,NAN) is +INF 44 * 16. +INF ** (-anything except 0,NAN) is + [all...] |
/external/compiler-rt/lib/ |
divdf3.c | 40 // NaN / anything = qNaN 42 // anything / NaN = qNaN 48 // infinity / anything else = +/- infinity 52 // anything else / infinity = +/- 0 58 // zero / anything else = +/- zero 61 // anything else / zero = +/- infinity 73 // won't hurt anything.)
|
divsf3.c | 40 // NaN / anything = qNaN 42 // anything / NaN = qNaN 48 // infinity / anything else = +/- infinity 52 // anything else / infinity = +/- 0 58 // zero / anything else = +/- zero 61 // anything else / zero = +/- infinity 73 // won't hurt anything.)
|
muldf3.c | 37 // NaN * anything = qNaN 39 // anything * NaN = qNaN 56 // zero * anything = +/- zero 58 // anything * zero = +/- zero 70 // won't hurt anything.)
|
mulsf3.c | 37 // NaN * anything = qNaN 39 // anything * NaN = qNaN 56 // zero * anything = +/- zero 58 // anything * zero = +/- zero 70 // won't hurt anything.)
|
/external/chromium_org/tools/json_schema_compiler/ |
util.h | 48 // specified key or if the list has anything other than |T|. 64 // the specified key or if the list has anything other than |T|. 79 // if anything other than a list of |T| is at the specified key. 99 // if anything other than a list of |T| is at the specified key. 108 // Since |name| is optional, its absence is acceptable. However, anything
|
/external/chromium/chrome/browser/notifications/ |
notification_ui_manager.h | 53 // displayed or in the queue. Returns true if anything was removed. 58 // queue. Returns true if anything was removed. 61 // Cancels all pending notifications and closes anything currently showing.
|
balloon_collection.h | 60 // true if anything was removed. 64 // true if anything was removed.
|
/external/jsilver/src/com/google/clearsilver/jsilver/ |
TemplateRenderer.java | 37 * System.out/err), StringBuffer/StringBuilder or anything that implements 63 * System.out/err), StringBuffer/StringBuilder or anything that implements 90 * System.out/err), StringBuffer/StringBuilder or anything that implements
|
/external/android-mock/src/com/google/android/testing/mocking/ |
AndroidMock.java | 66 * various parameter types, but will throw an {@link java.lang.IllegalStateException} if anything 288 * If this method is used for anything other than to set a parameter expectation as part of a 304 * If this method is used for anything other than to set a parameter expectation as part of a 320 * If this method is used for anything other than to set a parameter expectation as part of a 336 * If this method is used for anything other than to set a parameter expectation as part of a 352 * If this method is used for anything other than to set a parameter expectation as part of a 368 * If this method is used for anything other than to set a parameter expectation as part of a 384 * If this method is used for anything other than to set a parameter expectation as part of a 399 * If this method is used for anything other than to set a parameter expectation as part of a 415 * If this method is used for anything other than to set a parameter expectation as part of [all...] |
/external/clang/unittests/ASTMatchers/Dynamic/ |
RegistryTest.cpp | 166 Matcher<Decl> Anything = constructMatcher("anything").getTypedMatcher<Decl>(); 168 constructMatcher("recordDecl", Anything).getTypedMatcher<Decl>(); 170 EXPECT_TRUE(matches("int a;", Anything)); 171 EXPECT_TRUE(matches("class A {};", Anything)); 172 EXPECT_TRUE(matches("void f(){};", Anything));
|
/external/chromium/chrome/browser/autofill/ |
field_types.h | 26 // Client indication that the text entered did not match anything in the 29 // The "empty" type indicates that the user hasn't entered anything
|
/external/chromium_org/chrome/browser/notifications/ |
balloon_collection.h | 61 // true if anything was removed. 65 // true if anything was removed.
|
/external/chromium_org/content/browser/loader/ |
offline_policy.cc | 40 // Don't do anything if offline mode is disabled. 74 // Don't do anything if offline mode is disabled.
|
/external/chromium_org/third_party/skia/include/core/ |
SkImageGenerator.h | 71 * @return false if anything goes wrong. 91 * @return false if anything goes wrong or if the image info is
|
/external/chromium_org/ui/gfx/ |
canvas_paint_gtk.h | 35 // function to determine if anything needs painting. 77 // this function to determine if anything needs painting.
|
canvas_paint_win.h | 19 // You MUST call isEmpty before painting to determine if anything needs 50 // function to determine if anything needs painting.
|
/external/jmdns/src/javax/jmdns/impl/ |
NetworkTopologyDiscoveryImpl.java | 39 // We do not want to throw anything if the method does not exist. 47 // We do not want to throw anything if the method does not exist.
|
/external/skia/include/core/ |
SkImageGenerator.h | 71 * @return false if anything goes wrong. 91 * @return false if anything goes wrong or if the image info is
|
/external/webrtc/src/system_wrappers/interface/ |
list_wrapper.h | 48 // Puts a pointer to anything last in the list. 50 // Puts a pointer to anything first in the list.
|
/frameworks/base/tools/aapt/ |
ResourceFilter.cpp | 76 // they didn't specify anything so take everything 81 // we didn't request anything on this axis so take everything
|