Searched defs:power (Results 1 - 25 of 86) sorted by relevance

1234

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dnested.pass.cpp25 struct power struct
50 auto g = std::bind(power(), 2, _1);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dnested.pass.cpp25 struct power struct
50 auto g = std::bind(power(), 2, _1);
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dgraminit.h64 #define power 317 macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsymbol.py74 power = 317 variable
H A Ddecimal.py240 power operation with negative right-hand operand), and the dividend was
244 or of the signs of the operands for divide, or is 1 for an odd power of
245 -0, for power.
1274 # Special case for multiplying by power of 10
1941 compute an exact result for the power self**other, with p
1963 # representable (at *any* precision), xc must be the nth power of a
1965 # then additionally xc must be a power of either 2 or 5, hence a power
2028 # case where y is negative: xc must be either a power
2029 # of 2 or a power o
4965 def power(self, a, b, modulo=None): member in class:Context
[all...]
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dgraminit.h64 #define power 317 macro
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsymbol.py74 power = 317 variable
H A Ddecimal.py240 power operation with negative right-hand operand), and the dividend was
244 or of the signs of the operands for divide, or is 1 for an odd power of
245 -0, for power.
1274 # Special case for multiplying by power of 10
1941 compute an exact result for the power self**other, with p
1963 # representable (at *any* precision), xc must be the nth power of a
1965 # then additionally xc must be a power of either 2 or 5, hence a power
2028 # case where y is negative: xc must be either a power
2029 # of 2 or a power o
4965 def power(self, a, b, modulo=None): member in class:Context
[all...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dgraminit.h64 #define power 317 macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsymbol.py74 power = 317 variable
H A Ddecimal.py240 power operation with negative right-hand operand), and the dividend was
244 or of the signs of the operands for divide, or is 1 for an odd power of
245 -0, for power.
1274 # Special case for multiplying by power of 10
1941 compute an exact result for the power self**other, with p
1963 # representable (at *any* precision), xc must be the nth power of a
1965 # then additionally xc must be a power of either 2 or 5, hence a power
2028 # case where y is negative: xc must be either a power
2029 # of 2 or a power o
4965 def power(self, a, b, modulo=None): member in class:Context
[all...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dgraminit.h64 #define power 317 macro
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsymbol.py74 power = 317 variable
H A Ddecimal.py240 power operation with negative right-hand operand), and the dividend was
244 or of the signs of the operands for divide, or is 1 for an odd power of
245 -0, for power.
1274 # Special case for multiplying by power of 10
1941 compute an exact result for the power self**other, with p
1963 # representable (at *any* precision), xc must be the nth power of a
1965 # then additionally xc must be a power of either 2 or 5, hence a power
2028 # case where y is negative: xc must be either a power
2029 # of 2 or a power o
4965 def power(self, a, b, modulo=None): member in class:Context
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
H A Dtransformer.py725 def power(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
1014 elif t == symbol.power:
1441 symbol.power,
1496 symbol.power,
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
H A Dtransformer.py725 def power(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
1014 elif t == symbol.power:
1441 symbol.power,
1496 symbol.power,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dtransformer.py725 def power(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
1014 elif t == symbol.power:
1441 symbol.power,
1496 symbol.power,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dtransformer.py725 def power(self, nodelist): member in class:Transformer
726 # power: atom trailer* ('**' factor)*
1014 elif t == symbol.power:
1441 symbol.power,
1496 symbol.power,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dwireless.h120 * - Support for unicast and multicast power saving
285 #define SIOCSIWTXPOW 0x8B26 /* set transmit power (dBm) */
286 #define SIOCGIWTXPOW 0x8B27 /* get transmit power (dBm) */
293 /* Power saving stuff (power management, unicast and multicast) */
697 * For number greater than 10^9, we divide it by the lowest power
699 * The power of 10 is in 'e', the result of the division is in 'm'.
924 struct iw_param txpower; /* default transmit power */
931 struct iw_param power; /* PM duration/timeout */ member in union:iwreq_data
1041 /* Transmit power */
/prebuilts/devtools/tools/lib/
H A Dosgi-4.0.0.jarMETA-INF/ META-INF/MANIFEST.MF OSGI-OPT/ OSGI-OPT/src/ OSGI-OPT/ ...
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
H A Dosgi-4.0.0.jarMETA-INF/ META-INF/MANIFEST.MF OSGI-OPT/ OSGI-OPT/src/ OSGI-OPT/ ...
/prebuilts/tools/common/osgi/
H A Dosgi.jarMETA-INF/ META-INF/MANIFEST.MF OSGI-OPT/ OSGI-OPT/src/ OSGI-OPT/ ...
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd3dtypes.h510 D3DVALUE power; member in union:_D3DMATERIAL::__anon10879
535 D3DVALUE power; member in union:_D3DMATERIAL7::__anon10884
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd3dtypes.h510 D3DVALUE power; member in union:_D3DMATERIAL::__anon13802
535 D3DVALUE power; member in union:_D3DMATERIAL7::__anon13807
/prebuilts/misc/common/frameworks/
H A Dplatformprotos-prebuilt.jarMETA-INF/ android/Destination$1.class Destination.java package android final android.Destination$ ...

Completed in 352 milliseconds

1234