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

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
bakery_lock.h 28 #define make_bakery_data(choosing, number) \
29 (((choosing & 0x1) | (number << 1)) & 0xFFFF)
44 * Bit[0] : choosing. This field is set when the CPU is
45 * choosing its bakery number.
64 * Bit[0] : choosing. This field is set when the CPU is
65 * choosing its bakery number.
  /external/libavc/common/arm/
ih264_deblk_luma_a9.s 287 vbit q8, q6, q11 @choosing between q0' and q0" depending on condn
342 vbit q1, q14, q10 @choosing between po' and p0"
345 vbif q3, q1, q9 @choosing between p0 and filtered value of p0
346 vbit q5, q13, q8 @choosing between p1 and p1'
347 vbit q15, q6, q8 @choosing between p2 and p2'
    [all...]
  /external/vixl/tools/
generate_tests.py 542 us to limit this by choosing a random sample from the computed variants.
  /prebuilts/go/darwin-x86/src/math/big/
prime.go 161 // Baillie-OEIS "method C" for choosing D, P, Q,
  /prebuilts/go/linux-x86/src/math/big/
prime.go 161 // Baillie-OEIS "method C" for choosing D, P, Q,
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py 605 """Compute monotonic attention distribution from choosing probabilities.
616 p_choose_i: Probability of choosing input sequence/memory element i. Should
695 to obtain "choosing" probabilities, and then calls monotonic_attention to
708 effectively making the choosing probabilities discrete and the resulting
725 # Compute "choosing" probabilities from the attention scores
731 # Convert from choosing probabilities to attention distribution
    [all...]
  /prebuilts/go/darwin-x86/src/time/
example_test.go 207 // not a time of the user's choosing. Thus each layout string is a
time.go 376 // long as possible. That means choosing a year equal to 1 mod 400, so
    [all...]
  /prebuilts/go/linux-x86/src/time/
example_test.go 207 // not a time of the user's choosing. Thus each layout string is a
time.go 376 // long as possible. That means choosing a year equal to 1 mod 400, so
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 1196 // hidden fields by choosing the one dominant field that survives.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 1196 // hidden fields by choosing the one dominant field that survives.
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 352 milliseconds