OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abs
(Results
126 - 150
of
190
) sorted by null
1
2
3
4
5
6
7
8
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h
110
bool
abs
;
member in class:fs_reg
brw_vec4.h
112
bool
abs
;
member in class:brw::src_reg
/external/qemu/target-arm/
iwmmxt_helper.c
83
#define
abs
(x) (((x) >= 0) ? x : -x)
macro
84
#define SADB(SHR)
abs
((int) ((a >> SHR) & 0xff) - (int) ((b >> SHR) & 0xff))
94
abs
((int) ((a >> SHR) & 0xffff) - (int) ((b >> SHR) & 0xffff))
helper.c
569
uint32_t HELPER(
abs
)(uint32_t x)
function
[
all
...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamManager.java
469
buffer.append(Math.
abs
(randomGenerator.nextLong()));
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamManager.java
734
buffer.append(Math.
abs
(randomGenerator.nextLong()));
/external/tcpdump/
print-icmp6.c
61
#ifndef
abs
62
#define
abs
(a) ((0 < (a)) ? (a) : -(a))
macro
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
808
X86Relocator::Result
abs
(Relocation& pReloc, X86_32Relocator& pParent)
function
1560
X86Relocator::Result
abs
(Relocation& pReloc, X86_64Relocator& pParent)
function
[
all
...]
/frameworks/rs/driver/runtime/
rs_cl.c
729
*
abs
731
extern uint32_t __attribute__((overloadable))
abs
(int32_t v) {
function
736
extern uint16_t __attribute__((overloadable))
abs
(int16_t v) {
function
741
extern uint8_t __attribute__((overloadable))
abs
(int8_t v) {
function
770
UIN_FUNC_IN(
abs
)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp
184
if (i->src(1).mod.
abs
()) code[0] |= 1 << 6;
185
if (i->src(0).mod.
abs
()) code[0] |= 1 << 7;
528
code[0] |= i->src(0).mod.
abs
() << 7;
531
if (i->src(1).mod.
abs
())
549
!i->src(0).mod.
abs
() &&
550
!i->src(1).mod.neg() && !i->src(1).mod.
abs
());
564
assert(!i->src(0).mod.
abs
() && !i->src(1).mod.
abs
());
710
if (i->src(0).mod.
abs
()) code[0] |= 1 << 6;
733
if (i->src(0).mod.
abs
()) code[0] |= 1 << 7
809
const bool
abs
= (i->op == OP_ABS) || i->src(0).mod.
abs
();
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.h
35
unsigned
abs
;
member in struct:r600_bytecode_alu_src
r600_shader.c
171
unsigned
abs
;
member in struct:r600_shader_src
282
alu->src[src_idx].
abs
= bytes[bytes_read++];
947
r600_src->
abs
= tgsi_src->Register.Absolute;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h
220
unsigned
abs
: 1;
member in struct:sm4_token_operand_extended
252
bool
abs
;
member in struct:sm4_op
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp
184
if (i->src(1).mod.
abs
()) code[0] |= 1 << 6;
185
if (i->src(0).mod.
abs
()) code[0] |= 1 << 7;
528
code[0] |= i->src(0).mod.
abs
() << 7;
531
if (i->src(1).mod.
abs
())
549
!i->src(0).mod.
abs
() &&
550
!i->src(1).mod.neg() && !i->src(1).mod.
abs
());
564
assert(!i->src(0).mod.
abs
() && !i->src(1).mod.
abs
());
710
if (i->src(0).mod.
abs
()) code[0] |= 1 << 6;
733
if (i->src(0).mod.
abs
()) code[0] |= 1 << 7
809
const bool
abs
= (i->op == OP_ABS) || i->src(0).mod.
abs
();
local
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
r600_asm.h
35
unsigned
abs
;
member in struct:r600_bytecode_alu_src
r600_shader.c
171
unsigned
abs
;
member in struct:r600_shader_src
282
alu->src[src_idx].
abs
= bytes[bytes_read++];
947
r600_src->
abs
= tgsi_src->Register.Absolute;
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h
220
unsigned
abs
: 1;
member in struct:sm4_token_operand_extended
252
bool
abs
;
member in struct:sm4_op
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java
545
v.setOverScrollAmount(Math.
abs
(scrollProgress), scrollProgress < 0);
[
all
...]
/frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp
211
if (r >= 0 &&
abs
(r - int(pixel[0])) > tolerance) {
214
if (g >= 0 &&
abs
(g - int(pixel[1])) > tolerance) {
220
if (b >= 0 &&
abs
(b - int(pixel[2])) > tolerance) {
226
if (a >= 0 &&
abs
(a - int(pixel[3])) > tolerance) {
245
if (
abs
(r1.left - r2.left) > tolerance) {
248
if (
abs
(r1.top - r2.top) > tolerance) {
254
if (
abs
(r1.right - r2.right) > tolerance) {
260
if (
abs
(r1.bottom - r2.bottom) > tolerance) {
375
static int
abs
(int value) {
function in namespace:android
[
all
...]
/libcore/luni/src/main/java/java/math/
BigInteger.java
389
public BigInteger
abs
() {
method in class:BigInteger
[
all
...]
BigDecimal.java
1672
public BigDecimal
abs
() {
method in class:BigDecimal
1681
public BigDecimal
abs
(MathContext mc) {
method in class:BigDecimal
[
all
...]
/external/eigen/unsupported/test/mpreal/
mpreal.h
322
friend const mpreal
abs
(const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1707
inline const mpreal
abs
(const mpreal& v, mp_rnd_t rnd_mode)
function in namespace:mpfr
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py
585
self._int = str(
abs
(value))
691
n, d =
abs
(f).as_integer_ratio()
3957
def
abs
(self, a):
member in class:Context
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py
585
self._int = str(
abs
(value))
691
n, d =
abs
(f).as_integer_ratio()
3957
def
abs
(self, a):
member in class:Context
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar
Completed in 719 milliseconds
1
2
3
4
5
6
7
8