OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mult
(Results
101 - 125
of
280
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c
92
void BN_set_params(int
mult
, int high, int low, int mont)
94
if (
mult
>= 0)
96
if (
mult
> (int)(sizeof(int)*8)-1)
97
mult
=sizeof(int)*8-1;
98
bn_limit_bits=
mult
;
99
bn_limit_num=1<<
mult
;
/external/e2fsprogs/ext2ed/
general_com.c
204
long
mult
=1;
local
223
mult
=file_system_info.block_size;
233
mult
=current_type->length;
247
new_offset=device_offset+atol (new_offset_buffer+1)*
mult
;
255
new_offset=device_offset-atol (new_offset_buffer+1)*
mult
;
260
new_offset=atol (new_offset_buffer)*
mult
;
/external/openssl/crypto/bn/
bn_lib.c
92
void BN_set_params(int
mult
, int high, int low, int mont)
94
if (
mult
>= 0)
96
if (
mult
> (int)(sizeof(int)*8)-1)
97
mult
=sizeof(int)*8-1;
98
bn_limit_bits=
mult
;
99
bn_limit_num=1<<
mult
;
/external/eigen/Eigen/src/Geometry/
AlignedBox.h
148
Index
mult
= 1;
local
151
if(
mult
& corner ) res[d] = m_max[d];
153
mult
*= 2;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java
226
transform.setTranslation(m.
mult
(transform.getTranslation()));
227
transform.setRotation(m.
mult
(transform.getRotation(), null));
237
Quaternion parentLocalRotation = bone.getLocalRotation().
mult
(transform.getRotation());
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java
267
Vector3f vHeight = Vector3f.UNIT_Z.
mult
(height);
272
Vector3f vRadius = vRadial.
mult
(radius);
273
Vector3f vRadius2 = vRadial.
mult
(radius2);
/external/chromium_org/third_party/icu/source/i18n/
digitlst.h
262
void
mult
(const DigitList &arg, UErrorCode &status);
/external/icu4c/i18n/
digitlst.h
276
void
mult
(const DigitList &arg, UErrorCode &status);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java
81
tmp_inverseWorldRotation.
mult
(localRotationQuat, localRotationQuat);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java
86
childCollisionShape.rotation.
mult
(tempRot, tempRot);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java
115
tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().
mult
(localRotationQuat, localRotationQuat);
/external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNode.java
75
dl.setColor(ColorRGBA.White.
mult
(2));